home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / sunrise / clasfy19.zip / CLASSIFY.DOC < prev    next >
Text File  |  1992-12-27  |  27KB  |  594 lines

  1.  
  2.                              CLASSIFIED ADS
  3.  
  4.                                   v1.9
  5.  
  6.                                    by
  7.  
  8.                               Al Lawrence
  9.  
  10.                             Sunrise-80  BBS
  11.                             (404) 256-9525
  12.                             FIDO 1:133/410
  13.  
  14.  
  15.                                 OVERVIEW
  16.                                 ________
  17.  
  18.  
  19.    The CLASSIFIED Ads Door allows your callers to post classified ads in up to
  20.    34 different categories. The categories are defined by you, the Sysop, along
  21.    with the number of days you want the ads to be active. A maintenance program,
  22.    that runs at night in your event, will handle the purging automatically.
  23.  
  24.    Note: There is no limitation to the number of classified ads you can have in
  25.          the database, provided you are running a registered version.
  26.       *  Unregistered version allows for 20 ads.
  27.       *  Unregistered version allows for 15 messages.
  28.  
  29.  
  30.    NOTE: Most errors will be logged to a file called DFRAME.ERR which is
  31.          created in the directory you run the door from.
  32.  
  33.  
  34.  
  35.                               INSTALLATION
  36.                               ____________
  37.  
  38.  
  39.    Installation is fairly easy and straight-forward. The following steps and
  40.    examples should have you up and running in a very short period of time.
  41.    It is assumed that you are familiar with setting up DOORS on your system.
  42.    To this end, only examples of the configuration file and Door batch file
  43.    are described.
  44.  
  45.       1) Create a directory to hold all CLASSIFY files
  46.  
  47.       2) Unzip CLASFYxx.ZIP into the the above directory
  48.  
  49.          NOTE: BRUN45.EXE is not included but is required !!!
  50.  
  51.       3) Create a configuration file, with a name of your choice, or
  52.          modify the supplied CLASSIFY.CFG file. You can do this manually with
  53.          an editor of your choice OR you can use the supplied setup program,
  54.          called CLSETUP. To use CLSETUP, type CLSETUP and supply the
  55.          configuration file name. You will be show the default configuration
  56.          file if one of that name does not already exist. If it finds the
  57.          configuration file it will load it and allow you to edit it.
  58.          Description of the Configuration file follows:
  59.  
  60.             **                       Location of system file (See Below)
  61.             SUNRISE-80 BBS           Your BBS Name
  62.             Al                       Sysop's First name
  63.  
  64.             Lawrence                 Sysop's Last Name
  65. |-----------------------------------------------------------------------------|
  66. | READ!     1                        CommPort  \ These 2 lines are required   |
  67. | READ!     1                        Node #    / ONLY for GTUSER.BBS          |
  68. |-----------------------------------------------------------------------------|
  69.  
  70.             00000000                 Registration Number
  71.  
  72.         #   2                        Keyboard timeout value in Minutes
  73.  
  74.  
  75.         #   NONE                     Drive:\Path\Filename to contain the
  76.                                      Bulletin summarizing all classified
  77.                                      ads in the database.
  78.  
  79.             Y                        Y=Display the Originating BBS Name
  80.                                      N=Do Not Display the Originating BBS Name
  81.  
  82.             N                        Y =  Use European Date Format (DDMMYY)
  83.                                      N =  Use Regular  Date Format (MMDDYY)
  84.  
  85.             0                        Minimum Logon Security Level required to
  86.                                      enter a new AD option. Zero(0) will
  87.                                      allow access to everyone.
  88.  
  89.             0                        Minimum Logon Security Level required to
  90.                                      access the DELETE option. Zero(0) will
  91.                                      allow access to everyone.
  92.  
  93.             0                        Minimum Logon Security Level required to
  94.                                      access the MODIFY option. Zero(0) will
  95.                                      allow access to everyone.
  96.  
  97.             0                        Minimum Logon Security Level required to
  98.                                      access the MESSAGES option. Zero(0) will
  99.                                      allow access to everyone.
  100.  
  101.             00000000                 Ads Exchange Program Registration Number
  102.  
  103.             CLASSIFY                 Name of the EXPORT file that is generated
  104.                                      by the CLEXCH program. We suggest that it
  105.                                      be a unique name. DO NOT include an
  106.                                      extension!
  107.  
  108.             WELCOME                  Name of the WELCOME file. If you wish,
  109.                                      this filename CAN contain an extension.
  110.  
  111.             GOODBYE                  Name of the GOODBYE file. If you wish,
  112.                                      this filename CAN contain an extension.
  113.  
  114.             Y                        Y=OK to use PKZIP for Compression, N=No
  115.  
  116.             N                        Y=OK to use ARJ for Compression, N=No
  117.  
  118.  
  119.  
  120.               ** = Replace with ONE of the following:
  121.  
  122. C:\BBS\PCBOARD.SYS              <- For PCBoard systems using PCBOARD.SYS only
  123. C:\BBS\CALLINFO.BBS             <- For Wildcat! systems (prior to v3.0)
  124. C:\BBS\USERINFO.DAT             <- For Wildcat! systems using v3.x
  125.                                    (Note:DOOR.SYS must be in SAME directory)
  126. C:\BBS\DOOR.SYS                 <- For ANY systems that support DOOR.SYS
  127. C:\BBS\DORINFOx.DEF             <- For ANY systems that support DORINFOx.DEF
  128. C:\BBS\SFDOORS.DAT              <- For Spitfire systems.
  129. C:\BBS\CHAIN.TXT                <- For WWIV systems
  130. C:\BBS\GTUSER.BBS               <- For GT Power
  131.                                    * if using this option you must put the
  132.                                      ComPort # on line 5 and the Node # on
  133.                                      line 6 of the configuration file
  134.  
  135.  
  136.  
  137.            # = Requires registration to change to a different value.
  138.  
  139.                NOTE: There are NO Blank Lines in the Config File!!
  140.  
  141.  
  142.  
  143.  
  144.       4) Create a batch file or modify the CLASSIFY file supplied. A
  145.          description of this file follows:
  146.  
  147.             ECHO off
  148.             cd\BBS\DOORS\CLASSIFY     Location of CLASSIFY files
  149.             CLASSIFY CLASSIFY.CFG     EXE filename and CFG filename (Name
  150.                                       used in creating file in #3 above)
  151.             CD\BBS
  152.             BOARD
  153.  
  154.  
  155.        5) When running in more than one node, read MULTI-NODE SETUP below
  156.  
  157.  
  158.  
  159.                             RESTRICTIONS!
  160.                             -------------
  161.  
  162.           UnRegistered versions of CLASSIFY limit the number of messages
  163.           in the database to 15 and the number of ads to 20. The Ads
  164.           Download function only valid in registered versions.
  165.  
  166.  
  167.                            DOWNLOADING  ADS
  168.                            ----------------
  169.  
  170.           Classified Ads only supports Zmodem protocol when downloading
  171.           ads. The Ads will be compressed with PKZIP and/or ARJ. You must
  172.           choose compression method you support, in the Config file.
  173.  
  174.  
  175.                         READING DOWNLOADED ADS OFFLINE
  176.                         ------------------------------
  177.  
  178.           CLREADER is a simple offline Ads reader. You must first unzip/unarj
  179.           the downloaded file and place the name of the unzipped file on the
  180.           command line that executes the CLREADER program. For Example:
  181.  
  182.                               CLREADER ADS*
  183.  
  184.                 * = node number you were logged onto when you downloaded
  185.                     the file.
  186.  
  187.           You should make the reader available to your callers as it will
  188.           encourage the users to download the ads and read them offline. There
  189.           is a separate file enclosed within the main CLASFYxx.ZIP file called
  190.           CLREADxx.ZIP. This file contains CLREADER.EXE, CLREADER.DOC and
  191.           FILE_ID.DIZ, making it ready for you to place on your BBS for your
  192.           users to download!
  193.  
  194.  
  195.                         CATEGORY FILE (Classify.CAT)
  196.                         ----------------------------
  197.  
  198.        Be sure to give a lot of thought to your choice of categories, since
  199.        the category position in this file is carried in each Ad record. This
  200.        means, if you set up the categories so that #2 was 'Want Ads - General'
  201.        and the caller entered an Ad under that category, the Ad would carry
  202.        category #2 as the category number. If you then decide that you want to
  203.        change the 'Want Ad - General' category to say, 'Announcements', then
  204.        the Ads carrying #2 in their record would be classified incorrectly.
  205.  
  206.                The format of the Classify.Cat file follows:
  207.  
  208.                               UUUUUUUU,VV,W,X,Y,Z
  209.  
  210.                Where u = Category name. Max length: 25 characters(NO COMMAS)
  211.                      v = Number of days to remain active. Min:1 Max 365
  212.                      w = Should the program ask for COST ($$$) info. You
  213.                          would answer Y for a For Sale type category and
  214.                          an N for a WANT AD or Announcment type category.
  215.                      x = Category security level. If caller's logon security
  216.                          level is less than this security level, they will not
  217.                          be able to enter or view an ad in this category. A
  218.                          category security level of 0 allows anyone access.
  219.                      y = Allow Ads to be downloaded from this conference.
  220.                          Y=yes, N=no
  221.                      z = 'Pay' Category.   P = Pay   F = Free
  222.  
  223.           NOTE: Maximum number of entries is 340
  224.  
  225.  
  226.                         WELCOME and GOODBYE Files
  227.                         -------------------------
  228.       The following applies to registered versions of CLASSIFY ONLY!
  229.  
  230.       You can define the name of the WELCOME file in the configuration file.
  231.       If the program finds that filename, it will display that file after
  232.       the opening screen and before the main menu screens. The file must
  233.       reside in the same directory as CLASSIFY.EXE
  234.  
  235.       You can define the name of the GOODBYE file in the configuration file.
  236.       If the program finds that filename, it will display that file when the
  237.       caller exits the program. It will display prior to displaying the file
  238.       called ADOPT.SYS (if you have created it). The file must reside in the
  239.       same directory as CLASSIFY.EXE
  240.  
  241.  
  242.                        "PAY-TO-ADVERTISE" Option
  243.                         ________________________
  244.  
  245.       Classified Ads can be used to charge for the placement of an
  246.       advertisement and/or allow for the ads to be placed free of charge. You
  247.       decide which on a category-by-category basis.
  248.  
  249.       You make a category a 'pay' category by changing the appropriate entry
  250.       in the Classify.Cat file from an "F" to a "P".
  251.  
  252.       You have the option to create an ASCII file that will be displayed to
  253.       the caller, everytime they choose a particular 'pay' category in which
  254.       to enter an ad. This file can contain any pertenant information such
  255.       as the method of payment, information required, etc. If you want the
  256.       same file to be used for ALL 'pay' categories, then you must name the
  257.       file "PAY" (no quotes). If you want to display a unique file for each
  258.       or some categories then you must name the file  "PAYx", where x is the
  259.       category number. If the program does not find a 'PAYx" for a particular
  260.       'pay' category, it will then search for a "PAY" file. If neither is
  261.       found it will not display anything. We strongly suggest that you create
  262.       a file for display for all 'pay' categories so as to ensure that the
  263.       callers understand what they are getting into.
  264.  
  265.       Any ads entered into a 'PAY' category, will remain INVISIBLE to everyone
  266.       until payment is received and the Sysop makes that ad VISIBLE, via the
  267.       maintenance program (CLPAYMNT.EXE). Ads remain active for the length of
  268.       time called for, for that category as defined in the CLASSIFY.CAT file.
  269.  
  270.       The CLPAYMNT.EXE maintenance program will display EVERY ad in the
  271.       database that is flagged as INVISIBLE. You will have the choice of
  272.       BYPASSING it, DELETING it or making it VISIBLE. Once an ad is deleted or
  273.       made VISIBLE, it can not be reversed... so BE CAREFUL!
  274.  
  275.  
  276.  
  277.                            AUTOMATED PURGING
  278.                            -----------------
  279.  
  280.       When you set up the categories to be used in your version of CLASSIFIEDS,
  281.       you are asked to define the number of days the ad should remain active.
  282.       By running the CLPURGE program in your nightly event process you will
  283.       ensure that the ads are deleted, automatically.
  284.  
  285.       In addition CLPURGE will pack the Message Database and delete all
  286.       messages that have been read.
  287.  
  288.       The following is all that is required to execute the purge:
  289.  
  290.                          CLPURGE CLASSIFY.CFG
  291.                                  ^^^^^^^^^^^^
  292.                                      |
  293.                                      |------ or whatever you call the CFG file
  294.  
  295.        Note: This is only available in registered versions!
  296.  
  297.  
  298.  
  299.                            DATABASE EXCHANGE
  300.                            _________________
  301.  
  302.   ** A GREAT WAY TO SHARE THE CLASSIFIED ADS DATABASE BETWEEN 2 OR MORE BBS' **
  303.      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  304.       The optional Classified Ads Database Exchange feature will allow you
  305.       to participate in the exchange of Classified Ads databases with other
  306.       BBS' (Any number of BBS' can participate). The exchange program is
  307.       named CLEXCH and comes included in the CLASFYxx.ZIP file.
  308.  
  309.       CLEXCH performs two (3) major functions:
  310.  
  311.      (1) EXPORT:  Extracts all active ads from the Classified Ads database.
  312.                   It creates a file named XXXXXXXX.EXP (filename is defined
  313.                   in the CFG file) and will bypass any ad already flagged
  314.                   for deletion.
  315.  
  316.      (2) IMPORT:  Imports the XXXXXXXX.EXP (filename is defined in the CFG
  317.                   file) created by the EXPORT option and merges all ads into
  318.                   the Classified Ads database. It will not import any ads
  319.                   that duplicates ads found in the existing database. Note
  320.                   that this option will IMPORT ALL files with an extension of
  321.                   EXP, during a single execution of the program.
  322.  
  323.      (3) IMPEXP:  This option will first IMPORT (as in (2) above) then turn
  324.                   around and EXPORT (as in (1) above) during one execcution
  325.                   of the program.
  326.  
  327.      All BBS' involved in the exchange MUST run registered versions of BOTH
  328.      Classified Ads and Classified Exchange (CLEXCH). CLEXCH will only work
  329.      with version 1.4 of CLASSIFY or later!
  330.  
  331.      It is critical that ALL participants in the exchange use the SAME
  332.      Category file. Failure to do so will result in ads meant for a certain
  333.      category on one system, showing up in a category totally unrelated on
  334.      another system.
  335.  
  336.      To run the Exchange you do the following:
  337.  
  338.      EXPORT:  a) Change to the directory containing your CLASSIFY.DAT file
  339.               b) Issue this command:  CLEXCH EXPORT CLASSIFY.CFG
  340.                  If you use a different name for your Config file, then
  341.                  substitute that name for CLASSIFY.CFG
  342.               c) Send (transmit) the XXXXXXXX.EXP file to those invoved
  343.                  in the exchange or to the HUB.
  344.               d) Delete XXXXXXXX.EXP
  345.  
  346.      IMPORT:  a) Change to the directory containing your CLASSIFY.DAT file
  347.               b) Copy the XXXXXXXX.EXP file that was sent to you by the
  348.                  BBS you are exchanging with, to the directory used
  349.                  in item (a) above.
  350.               c) Issue the command:   CLEXCH IMPORT CLASSIFY.CFG
  351.                  If you use a different name for your Config file, then
  352.                  substitute that name for CLASSIFY.CFG
  353.               d) Delete XXXXXXXX.EXP
  354.  
  355.      IMPEXP:  a) Change to the directory containing your CLASSIFY.DAT file
  356.               b) Copy the XXXXXXXX.EXP file that was sent to you by the
  357.                  BBS you are exchanging with, to the directory used in a)
  358.               c) Issue the command:   CLEXCH IMPEXP CLASSIFY.CFG
  359.                  If you use a different name for your Config file, then
  360.                  substitute that name for CLASSIFY.CFG
  361.               d) Send (transmit) the XXXXXXXX.EXP file to those invoved
  362.                  in the exchange or to the HUB.
  363.  
  364.    NOTE: When registering CLEXCH, you MUST use the EXACT SAME Sysop Name
  365.          AND BBS NAME as used for CLASSIFIED ADS!!!!!!!!!!!!!!!!!!!!!!!!!
  366.  
  367.    NOTE: All IMPORT and EXPORT transactions are now recorded in a
  368.          file called CLEXCH.LOG. If the file exists it will append
  369.          the information, if not it will create the file and add
  370.          the information. Thus you are free to delete it at any time.
  371.  
  372.    NOTE: HOW TO SETUP AS A HUB AND DO CLASSIFIED ADS EXCHANGES
  373.          -----------------------------------------------------
  374.  
  375. Below, is a fully working batch file complete with comments, for the group
  376. hub. There are a few very important things to remember in running the
  377. Classified Ads as a hub.
  378.  
  379. FIRST, make sure all your nodes have the same categories or mass confusion
  380. will result. SECOND, it is highly advisable that you and your nodes use a
  381. unique name (representative of your board) instead of the generic
  382. "Classify.exp", for example Sun.exp would be the name for Sunrise BBS.
  383. THIRD, this batch file (Exchange.bat) is best run during your event each
  384. night, rather than each time the door is executed, especially if you are
  385. connected to boards that are long distance. The commands for your nightly
  386. event batch file would be:
  387.  
  388. CD\CLASSIFY
  389.    CLPURGE CLASSIFY.CFG
  390.    CALL EXCHANGE.BAT
  391.    DEL CLASSIFY.EXP
  392. CD\
  393.  
  394. Exchange.bat would be located in your classified directory and would be the
  395. batch file listed below. You may feel free to remove the comments and use
  396. the batch file below after modification for your system drive/path/name
  397. specifications.
  398. _______________________________________________________________________________
  399. BATCH FILE EXAMPLE FOR THE HUB USING THE CLASSIFIED ADS EXCHANGE PROGRAM
  400.  
  401.  
  402.  
  403. @echo off
  404. del I:\db\files\classify.exp
  405.     ^  ^^ ^^^^^
  406. Comment: Above would be the drive/path to your inbound/outbound files directory.
  407.          This command will delete your previous night's export. NOTE: DO NOT
  408.          use this command the first night you start the import/export with
  409.          other boards.
  410.  
  411. cd\db\files
  412.    copy *.exp I:\ra\doors\classify
  413.         ^^^^^
  414.    del *.exp
  415.        ^^^^^
  416.  
  417. Comment: Copy all exported files sent to you into your classified directory,
  418.          then delete all the exported files. FAILURE to use a unique .exp
  419.          name will result in files over writing and only the last .exp file
  420.          copied will be imported into your database.
  421.  
  422. cd\ra\doors\classify
  423.    clexch IMPEXP classify.cfg
  424.                  ^^^^^^^^^^^^
  425.    copy classify.exp i:\db\files
  426.         ^^^^^^^^^^^^    ^^ ^^^^^
  427.  
  428. Comment: Perform the import/export (IMPEXP) then copy the resulting export file
  429.          from your classify directory to your outbound files directory.
  430.  
  431. cd\db
  432.    dbutil i send 1:114/203 i:\db\files\classify.exp
  433.    ^^^^^^
  434.  
  435. Comment: Send the export file to the other boards. Note above that the command
  436.          used is for D'Bridge...you may substitute the proper command and
  437.          outbound files directory for your front end mailer. You will need to
  438.          do an export for every BBS connected to you.
  439.  
  440.     __________________________________________________________
  441.    | This example provided to you courtesy of: Window In Time |
  442.    |                                           1:114/203      |
  443.    |                                           602-253-1946   |
  444.    |                                                          |
  445.    |  Feel free to contact the Sysop of Window In Time!!!!    |
  446.    |__________________________________________________________|
  447.  
  448.  
  449.  
  450.  
  451.                         NON-STANDARD COM SUPPORT
  452.                         ________________________
  453.  
  454.       Support for COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4 and
  455.       COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  456.       number after the configuration filename. Let's assume your Door is
  457.       called FOOBAR and you want to use COM1 and IRQ5. The command line
  458.       passed to your Door would be:
  459.  
  460.                             FOOBAR FOOBAR.CFG /5
  461.  
  462.       The /5 tells FOOBAR to use IRQ5 rather than the standard IRQ4 that is
  463.       normally used with COM1. No /x parameter is needed for the standard
  464.       IRQ's.
  465.  
  466.       As an alternative, you may use an environmental variable on the command
  467.       line. To use the variable (following the example above), place a
  468.       SET IRQ=5 in the batch file used to bring up your BBS (you would need a
  469.       different IRQ number for each node). The command line would now look
  470.       like this:
  471.  
  472.                           FOOBAR FOOBAR.CFG /%IRQ%
  473.  
  474.       This, in combination with the use of the environmental variables
  475.       described in the MULTI-NODE SETUP section will allow you to use one
  476.       batch file and one config file to run this door on all nodes.
  477.  
  478.  
  479.  
  480.  
  481.                            MULTI-NODE SETUP
  482.                            ________________
  483.  
  484.       All Sunrise Doors are Multi-Node capable. Each node must have the
  485.       ability to access a configuration file which will have its own system
  486.       file (DORINFOx.DEF, PCBOARD.SYS, DOOR.SYS, etc) defined on the first
  487.       line. There are 2 ways to accomplish this:
  488.  
  489.       (1) Create a separate configuration file for each node. The only
  490.           difference between each file would be the location of the system
  491.           file for that particular node. For example, on my system there are 2
  492.           nodes and the first line of the config files would look like this:
  493.  
  494.                         NODE1:  H:\PCB1\DOOR.SYS
  495.                         NODE2:  H:\PCB2\DOOR.SYS
  496.  
  497.           Thus, if you have a 4 node BBS, you will need 4 configuration files.
  498.  
  499.       (2) Use ONE configuration file for ALL nodes. This Door will recognize
  500.           the following PCBoard environmental variables:
  501.  
  502.                  PCBDIR    (Directory containing the System file)
  503.                  PCBDRIVE  (Drive containing the System file)
  504.  
  505.           Thus, the first line of the SINGLE configuration file, for this Door
  506.           would look like this:
  507.  
  508.                         %PCBDRIVE%%PCBDIR%\DOOR.SYS
  509.  
  510.       NOTE: This option, as described, assumes that you are running PCBoard
  511.             14.5a software. The environmental variables are automatically
  512.             created by the software for each node.
  513.  
  514.             HOWEVER, if you are running other BBS software you should be able
  515.             to set the variables EXACTLY as described below, for EACH node
  516.             (more than likely in each batch file you use to bring up EACH node):
  517.  
  518.                             PCBDRIVE=C:
  519.                             ^^^^^^^^^
  520.                             PCBDIR=\NODE2
  521.                             ^^^^^^^^
  522.  
  523.             Info with a carat (^) under it, MUST be typed as is. The rest
  524.             depends on your naming conventions.
  525.  
  526.             This, in combination with the use of the optional environmental
  527.             variable described in the NON-STANDARD COM SUPPORT section, will
  528.             allow you to use one batch file and one config file to run this
  529.             door on all nodes.
  530.  
  531.  
  532.  
  533.                               LEGALITIES
  534.                               __________
  535.  
  536.  
  537.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  538.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  539.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  540.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  541.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  542.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  543.       OR BREACH OF ANY WARRANTY.
  544.  
  545.  
  546.  
  547.  
  548.  
  549.                              DISTRIBUTION
  550.                              ____________
  551.  
  552.    You may make this file available for downloading from your BBS or you may
  553.    upload it to any BBS of your choice, provided that you do not make any
  554.    changes to the contents of the archive (ZIP file). The archive and its
  555.    individual contents may not be used by any service that charges any money
  556.    whatsoever, without the written permission of the author.
  557.  
  558.  
  559.  
  560.  
  561.  
  562.                              REGISTRATION
  563.                              ____________
  564.  
  565.    Registration and the subsequent insertion of the registration number into
  566.    your configuation file, allows for the display of your BBS name on the
  567.    opening and closing screen as well as the reduction of a delay built into
  568.    the opening screen display along with the ability to change certain
  569.    values in the configuration file.
  570.  
  571.    To register your copy of CLASSIFY, please fill out the registration form
  572.    (REGISTER.FRM) and mail it along with the registration fee to
  573.    the name and address on the form.
  574.  
  575.    Be sure to use the proper upper/lower case when filling in your name and
  576.    BBS name, as they MUST match the way you entered them in the configuration
  577.    file.             ^^^^
  578.  
  579.    Based upon information supplied on the registration form, I will pre-
  580.    register you on my BBS. You will then be able to call SUNRISE-80 and pick
  581.    up your registration number.
  582.  
  583.  
  584.  
  585.                                  MISC
  586.                                  ____
  587.  
  588.    The latest version of CLASSIFIED ADS and other fine SUNRISE DOOR programs
  589.    are always available for download from SUNRISE-80 BBS.
  590.  
  591.    Remember, should you have any problems, questions or suggestions, be sure
  592.    to drop me a message on Sunrise-80 or in the RIME network (BBS_Doors,
  593.    PCBHints, SYSops) or on SMARTNET (SN_Sysops) or FIDO 1:133/410.
  594.